projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f778aff
)
(term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
author
Roland McGrath
<roland@gnu.org>
Tue, 8 Mar 1994 06:48:45 +0000
(06:48 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 8 Mar 1994 06:48:45 +0000
(06:48 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 5b769a4e29e2992f3661c2ea77a56622d407f1b0..fb8e80fdd87e4d290a5457e36bc410d32520a9f5 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-1260,7
+1260,7
@@
term_get_fkeys_1 ()
extern char *tgetstr ();
int i;
- char **address = term_get_fkeys_a
ddress
;
+ char **address = term_get_fkeys_a
rg
;
/* This can happen if CANNOT_DUMP or with strange options. */
if (!initialized)